getting Jomsocial profile fields [closed]
        Posted  
        
            by 
                niravshah_php
            
        on Programmers
        
        See other posts from Programmers
        
            or by niravshah_php
        
        
        
        Published on 2012-03-20T07:20:40Z
        Indexed on 
            2012/03/20
            11:37 UTC
        
        
        Read the original article
        Hit count: 173
        
joomla
I am developing a custom module in Joomla for searching user profile in many ways. I want country, state and some other custom profile fields to be searched.
I have tried importing jomsocial library class of profile fields, but I have one issue.
I have no object to pass into that function as a parameter.
I have tried to fetch field values from database, but I got them in as a single string which is not filtered.
Can anyone help me to use jomsocial library in custom module Joomla?
© Programmers or respective owner